/*
*Page width:	980px
*/
@charset "utf-8";
a,img,button,input,textarea {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  border: 0;
  vertical-align: baseline
}
/* 滚动条样式 */
::-webkit-scrollbar {width: 8px; }
::-webkit-scrollbar-button {display: none; }
::-webkit-scrollbar-track {background-color: #ddd; }
::-webkit-scrollbar-track-piece {background-color: #f3f3f3; -webkit-border-radius: 3px; }
::-webkit-scrollbar-thumb {background-color: #c7c7c7; border: solid 1px #c7c7c7; border-radius: 3px; }
::-webkit-scrollbar-corner {background-color: #f3f3f3; }
::-webkit-resizer {background-repeat: no-repeat; background-position: bottom right; }
::-webkit-scrollbar-thumb:hover {background-color: #D4D0C8; }


.toyean-baijia-theme {
  background: #fff;
  color: #333;
  border-color: #f10
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: arial, verdana, "Microsoft YaHei"
}

input,button,textarea,select {
  font-family: 'microsoft yahei'
}

::selection {
  color: #fff;
  background: #3f72af
}

::-moz-selection {
  color: #fff;
  background: #3f72af
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal
}

a {
  color: #333;
  text-decoration: none
}

a:hover {
  color: #3f72af;
  text-decoration: underline;
  -webkit-transition: background-color .15s linear, color .15s linear;
  -moz-transition: background-color .15s linear, color .15s linear;
  -o-transition: background-color .15s linear, color .15s linear;
  -ms-transition: background-color .15s linear, color .15s linear;
  transition: background-color .15s linear, color .15s linear
}

a:visited {
  text-decoration: none;
  -webkit-transition: background-color .15s linear, color .15s linear;
  -moz-transition: background-color .15s linear, color .15s linear;
  -o-transition: background-color .15s linear, color .15s linear;
  -ms-transition: background-color .15s linear, color .15s linear;
  transition: background-color .15s linear, color .15s linear
}

i {
  font-family: iconfont, "microsoft yahei";
  font-style: normal;
  display: inline-block;
  vertical-align: top
}

ul,ol {
  list-style-type: none
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  border: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform .2s ease 0s;
  transition: transform .2s ease 0s
}

@font-face {
  font-family: 'iconfont';
  src: url('fonts/iconfont.eot');
  src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('fonts/iconfont.woff2') format('woff2'), url('fonts/iconfont.woff') format('woff'), url('fonts/iconfont.ttf') format('truetype'), url('fonts/iconfont.svg#iconfont') format('svg');
  font-weight: normal;
  font-style: normal
}

.clear {
  clear: both
}

.hide {
  display: none
}

.wrapper {
  width: 100%;
  overflow: hidden
}

.wrap {
  width: 980px;
  margin: 0 auto;
  zoom: 1;
  clear: both
}

.wrap:after {
  content: "";
  display: block;
  clear: both
}

.header {
  width: 100%;
  height: 60px;
  background: #3f72af;
  position: fixed;
  top: -60px;
  z-index: 10;
  -webkit-transition: top .2s;
  -moz-transition: top .2s;
  -o-transition: top .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition: top .2s
  transition-delay: .2s;
}

.header.topfixed,.header.toproot {
  top: 0
}

.header.nofixed {
  position: relative
}

.head {
  width: 980px;
  margin: auto;
  position: relative
}

.logo {
  height: 60px;
  margin-right: 35px;
  display: inline-block;
  vertical-align: top
}

.logo a {
  display: inline-block
}

.logo img {
  height: 60px
}

.menu {
  height: 60px;
  display: inline-block
}

.menu ul {
  border-left: 1px solid #2b5e9b;
  zoom: 1;
  clear: both
}

.menu ul:after {
  content: "";
  display: block;
  clear: both
}

.menu li {
  float: left;
  display: inline;
  text-align: center;
  line-height: 60px;
  border-right: 1px solid #2b5e9b;
  position: relative
}

.menu li a {
  padding: 0 15px;
  font-size: 16px;
  color: #fff;
  display: block
}

.menu li a.on {
  color: #fff;
  background: #2b5e9b
}

.menu li a:hover {
  color: #fff;
  text-decoration: none;
  background: #2b5e9b
}

.menu li a.active {
  background: #2b5e9b
}

.menu li .subnav {
  min-width: 150px;
  padding: 0 0 10px;
  text-align: left;
  background: #2b5e9b;
  position: absolute;
  top: 60px;
  left: -1px;
  z-index: 10;
  display: none
}

.menu li .subnav a {
  height: 32px;
  padding: 0 12px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-decoration: none;
  border: 0;
  white-space: nowrap;
  text-overflow: ellipsis
}

.menu li .subnav a.on,.menu li .subnav a:hover {
  color: #fff;
  background: #3f72af
}

.menu li .subnav a.on:after,.menu li .subnav a:hover:after {
  display: none
}

.menu li .subnav a:before {
  content: "\e6a4";
  width: 10px;
  margin-right: 5px;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top
}

.menu li.subcate:hover {
  background: #2b5e9b
}

.menu li.subcate:hover .subnav {
  display: block
}

.menu li.on {
  background: #2b5e9b
}

.menuico {
  width: 38px;
  height: 38px;
  float: right;
  display: inline;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  z-index: 10;
  top: 1px;
  display: none;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}

.menuico span {
  width: 21px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in
}

.menuico span:first-child {
  margin-top: -6px
}

.menuico span:last-child {
  margin-top: 6px
}

.menuico.on span:first-child {
  width: 20px;
  margin-top: -8px;
  margin-left: -7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg)
}

.menuico.on span:nth-child(2) {
  opacity: 0;
  width: 2px;
  left: 20px;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in
}

.menuico.on span {
  -webkit-transform-origin: 0;
  -moz-transform-origin: 0;
  transform-origin: 0
}

.menuico.on span:last-child {
  width: 20px;
  margin-top: 6px;
  margin-left: -7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.navlast {
  border-right: 1px solid #26517e
}

.search {
  position: absolute;
  top: 0;
  right: 0
}

.search form {
  border-radius: 100px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) inset;
  background: #fff;
  position: relative;
  top: 16px;
  display: inline-block;
  vertical-align: top
}

.search .txt {
  width: 80px;
  height: 28px;
  margin: 0 30px 0 10px;
  padding: 0;
  font-size: 12px;
  color: #adadad;
  line-height: 28px;
  border: 0;
  outline: 0;
  background: 0;
  background: transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.search .btn {
  padding: 0;
  border: none;
  outline: 0;
  cursor: pointer;
  background: transparent;
  position: absolute;
  top: 2px;
  right: 4px
}

.search .btn:before {
  content: "\e6e1";
  font-size: 24px;
  color: #999;
  font-family: iconfont;
  font-weight: 600;
  display: inline-block;
  vertical-align: top
}

.user {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1
}

.userlink {
  margin: 17px 0 0;
  display: inline-block;
  vertical-align: top
}

.userlink a {
  color: #fff;
  opacity: .8
}

.userinfo {
  width: 110px;
  min-height: 60px;
  text-align: center;
  cursor: default;
  display: inline-block;
  vertical-align: top
}

.userinfo .uimg {
  height: 59px;
  line-height: 60px;
  display: block
}

.userinfo .uimg img {
  width: 28px;
  height: 28px;
  margin: 16px 5px 0 0;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  vertical-align: top
}

.userinfo .uimg a {
  max-width: 60px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block
}

.userinfo img {
  width: 28px;
  height: 28px;
  border-radius: 50%
}

.userinfo i {
  font-size: 30px;
  color: #98c1f5;
  display: inline-block;
  vertical-align: middle
}

.userinfo p {
  height: 30px;
  margin-top: 5px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 27px;
  display: none
}

.userinfo.on {
  background: #2b5e9b
}

.userinfo.on .usernav,.userinfo.on p {
  display: block
}

.usernav {
  line-height: 30px;
  border-top: 1px solid #215491;
  display: none
}

.usernav ul {
  padding: 10px 0 10px;
  text-align: left;
  border-top: 1px solid #5386c3
}

.usernav ul a {
  font-size: 12px;
  color: #a3d6ff;
  display: block
}

.usernav ul a:hover {
  color: #fff;
  text-decoration: none;
  background: #3f72af
}

.usernav ul a:hover i:before {
  color: #fff
}

.usernav ul a i {
  width: 16px;
  margin: 0 8px 0 14px;
  font-size: 20px;
  display: inline-block;
  vertical-align: top
}

.usernav ul a i:before {
  color: #a3d6ff;
  font-family: iconfont;
  vertical-align: top
}

.logout {
  height: 36px
}

.icoqq:before {
  content: "\e60f";
  font-family: iconfont;
  vertical-align: top
}

.icoqq:hover {
  color: #00a3e1
}

.icoweibo:before {
  content: "\e612";
  font-family: iconfont;
  vertical-align: top
}

.icoweibo:hover {
  color: #e6162d
}

.icoweixin:before {
  content: "\e610";
  font-size: 14px;
  font-family: iconfont;
  vertical-align: top
}

.icoweixin:hover {
  color: #00d500
}

.icoqzone:before {
  content: "\e63f";
  font-family: iconfont;
  vertical-align: top
}

.icoqzone:hover {
  color: #ffce00
}

.icofeed:before {
  content: "\e7b9";
  font-family: iconfont;
  vertical-align: top
}

.icofeed:hover {
  color: #3f72af
}

.icoedit {
  margin: 0 0 0 18px
}

.icoedit:before {
  content: "\e6e5";
  font-family: iconfont;
  vertical-align: top
}

.icoprev:before {
  content: "\e6db";
  font-family: iconfont;
  vertical-align: top
}

.iconext:before {
  content: "\e6a4";
  font-family: iconfont;
  vertical-align: top
}

.icoh:before {
  content: "\e6be";
  font-size: 18px;
  font-family: iconfont;
  vertical-align: top
}

.icousername i {
  font-size: 27px;
  top: 6px;
  left: 5px
}

.icousername i:after {
  content: "\e6a7";
  font-family: iconfont;
  vertical-align: top
}

.icopassword i {
  font-size: 28px;
  top: 6px;
  left: 5px
}

.icopassword i:after {
  content: "\e62b";
  font-family: iconfont;
  vertical-align: top
}

.icoinvite i {
  font-size: 24px;
  top: 9px;
  left: 8px
}

.icoinvite i:after {
  content: "\e6a8";
  font-family: iconfont;
  vertical-align: top
}

.icoverify i {
  font-size: 17px;
  top: 14px;
  left: 11px
}

.icoverify i:after {
  content: "\e8c1";
  font-family: iconfont;
  vertical-align: top
}

.icouseremail i {
  font-size: 20px;
  top: 11px;
  left: 9px
}

.icouseremail i:after {
  content: "\e644";
  font-family: iconfont;
  vertical-align: top
}

.icoarticle:before {
  content: "\e6e2";
  font-family: iconfont;
  vertical-align: top
}

.icocommon:before {
  content: "\e6a6";
  font-family: iconfont;
  vertical-align: top
}

.icoedit:before {
  content: "\e6e5";
  font-family: iconfont;
  vertical-align: top
}

.icomodify:before {
  content: "\e6f0";
  font-family: iconfont;
  vertical-align: top
}

.icologout:before {
  content: "\e615";
  font-family: iconfont;
  vertical-align: top
}

.icoshare:before {
  content: "\e0a4";
  font-family: iconfont;
  vertical-align: top
}

.box {
  margin: 80px auto 20px;
  background: #fefefe;
  overflow: hidden
}

.box.nofixed {
  margin: 20px auto
}

.userbox {
  margin: 60px auto 20px;
  background: #fefefe;
  overflow: hidden
}

.userbox.nofixed {
  margin: 0 auto
}

.main {
  border: 1px solid #ebebeb;
  background: #fefefe;
  zoom: 1;
  clear: both
}

.main:after {
  content: "";
  display: block;
  clear: both
}

.sitemap {
  margin-bottom: 5px;
  font-size: 14px;
  color: #999;
  line-height: 24px
}

.sitemap a {
  font-size: 14px;
  color: #333
}

.sitemap a:hover {
  color: #3f72af
}

.content {
  width: 676px;
  float: left;
  display: inline;
  border-right: 1px solid #ebebeb
}
#brand .brandName{
	height: 120px;
	width:100%;
}
@media screen and (max-width: 760px){
	#brand .brandName {
		height: 100%;
	}
}
#brand .brandName::after{
	content:'';
	display:inline-block;
	vertical-align: middle;
}
#brand .brandName>div{
	display:inline-block;
	vertical-align: middle;
	height: 100%;
}
#brand .brandImg{
	margin-right:20px;
}
#brand .brandImg img{
	height:80%;
	margin-top: 10%;
}
#brand .netShop{
	font-size: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}
#brand .netShop>div{
	display: inline-block;
	width: 50%;
	font-size: 12px;
	padding: 10px 10%;
	box-sizing: border-box;
	text-align: center;
}
#brand .netShop img{
	margin-bottom: 10px;
}
#brand .netShop a{
	padding: 5px 8px;
	border: 1px red dotted;
	border-radius: 5px;
	font-weight: 600;
}
.slide {
  padding: 20px;
  border-bottom: 1px solid #ebebeb;
  position: relative
}

.slidelist {
  display: none
}

.slide li {
  background: #fff;
  overflow: hidden;
  zoom: 1;
  clear: both
}

.slide li:after {
  content: "";
  display: block;
  clear: both
}

.slideimg {
  width: 380px;
  float: left;
  display: inline;
  overflow: hidden
}

.slideimg a {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block
}

.slideimg a img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.slideimg:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.slidecon {
  width: 232px;
  float: right;
  padding: 0 0 20px 15px;
  font-size: 12px;
  color: #666
}

.slidetitle {
  padding: 10px 0;
  border-bottom: 1px dotted #ebebeb
}

.slidetitle span {
  max-height: 56px;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.slidetitle a {
  font-size: 24px;
  line-height: 28px
}

.slideintro {
  max-height: 72px;
  padding: 10px 0 5px;
  line-height: 24px;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.slidetime {
  color: #aaa
}

.slidetime a {
  margin-right: 10px;
  color: #3f72af
}

.slidebar {
  width: 232px;
  font-size: 0;
  text-align: center;
  position: absolute;
  right: 20px;
  bottom: 30px
}

.slidebar span a {
  width: 12px;
  height: 12px;
  margin: 3px 8px 0 0;
  border-radius: 100%;
  box-shadow: .5px .5px 1px 0 #333 inset;
  background: #bbb;
  display: inline-block;
  vertical-align: top
}

.slideprev,.slidenext {
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
  display: inline-block;
  vertical-align: top
}

.slideprev:before,.slidenext:before {
  font-size: 12px;
  color: #a0a0a0;
  font-weight: 600;
  display: inline-block
}

.slideprev {
  margin-right: 8px
}

.slideprev:before {
  content: "\e6db";
  margin-left: 3px;
  font-family: iconfont
}

.slidenext:before {
  content: "\e6a4";
  font-family: iconfont
}

.slidebtn a.on {
  background: #3f72af
}

.connews {
  padding: 30px 20px 25px;
  border-bottom: 1px solid #ebebeb;
  zoom: 1;
  clear: both
}

.connews:after {
  content: "";
  display: block;
  clear: both
}

.contitle {
  margin-bottom: 20px
}

.contitle h4 {
  padding-left: 10px;
  border-left: 3px solid #3f72af;
  font-size: 18px;
  color: #333;
  line-height: 19px;
  font-weight: normal
}

.newscon ul {
  width: 110%;
  zoom: 1;
  clear: both
}

.newscon ul:after {
  content: "";
  display: block;
  clear: both
}

.newscon ul li {
  width: 300px;
  height: 30px;
  float: left;
  padding-right: 30px;
  line-height: 30px;
  overflow: hidden
}

.newscon ul li a {
  width: 230px;
  height: 26px;
  float: left;
  display: inline;
  font-size: 14px;
  overflow: hidden
}

.newscon ul li span {
  width: 50px;
  height: 26px;
  float: right;
  display: inline;
  text-align: right;
  line-height: 27px;
  overflow: hidden
}

.newscon ul li span a {
  width: auto;
  float: none;
  font-size: 12px;
  color: #aaa
}

.newscon ul li span a:hover {
  color: #3f72af
}

.newscon ul li:before {
  content: "\e6a4";
  float: left;
  display: inline;
  margin: 0 5px 0 -5px;
  font-size: 14px;
  color: #3f72af;
  font-family: iconfont
}

.adsimg {
  width: 100%;
  border-bottom: 1px solid #ebebeb
}

.adsimg img {
  width: 100%;
	display:block;
}

.concms {
  margin-right: -1px;
  zoom: 1;
  clear: both
}

.concms:after {
  content: "";
  display: block;
  clear: both
}

.cmslist {
  width: 50%;
  min-height: 329px;
  _height: 329px;
  float: left;
  margin-bottom: -1px;
  padding: 20px 18px;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  box-sizing: border-box
}

.cmslist li {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  position: relative
}

.cmslist li.cmstop {
  height: 90px;
  margin-bottom: 10px;
  padding: 0
}

.cmslist li.cmstop:before {
  display: none
}

.cmslist li a {
  font-size: 14px
}

.cmslist li span {
  padding-left: 10px;
  font-size: 12px;
  color: #999;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  display: none
}

.cmslist li:before {
  content: "\e6a4";
  float: left;
  display: inline;
  margin: 0 5px 0 -5px;
  font-size: 14px;
  color: #3f72af;
  font-family: iconfont
}

.cmslist .cmsinfo a {
  font-size: 18px;
  line-height: 22px;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.cmstitle {
  height: 28px;
  padding-bottom: 10px
}

.cmstitle h4 {
  height: 17px;
  padding-left: 10px;
  border-left: 3px solid #3f72af;
  font-size: 18px;
  color: #333;
  line-height: 19px;
  font-weight: normal
}

.cmstitle h4 .catelink {
  color: #333;
  text-decoration: none
}

.cmstitle h4 .more {
  float: right;
  display: inline;
  font-size: 12px;
  color: #999
}

.cmstitle h4 .more:hover {
  color: #3f72af
}

.cmsimg {
  width: 140px;
  float: left;
  display: inline;
  overflow: hidden;
  position: relative
}

.cmsimg i {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block
}

.cmsimg i img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.cmsimg:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.cmsinfo {
  width: 145px;
  float: right;
  display: inline;
  line-height: 20px
}

.cmsinfo a {
  max-height: 44px;
  display: block
}

.cmsinfo .cmsintro {
  height: 40px;
  padding-top: 10px;
  font-size: 12px;
  color: #999;
  line-height: 18px;
  overflow: hidden
}

.catalog {
  padding: 18px
}

.post {
  margin-bottom: 20px;
  padding: 0 0 20px;
  border-bottom: 1px dotted #ebebeb;
  overflow: hidden
}

.postimg {
  width: 180px;
  float: left;
  display: inline;
  margin-right: 30px;
  overflow: hidden
}

.postimg a {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block
}

.postimg a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.postimg:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.postbox {
  color: #a8a8a8;
  overflow: hidden
}

.postbox a {
  font-size: 12px
}

.postbox h3 {
  margin-bottom: 2px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.postbox h3 a {
  font-size: 18px;
  font-weight: bold
}

.postbox .pagebar {
  padding: 0;
  border: 0
}
.posttags {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 20px;
	font-size: 12px;
}
.posttags a {
		color: #999;
	}
.postintro {
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
  color: #999;
  line-height: 20px;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.postinfo {
  font-size: 12px;
  color: #999;
  line-height: 20px
}

.postinfo span {
  margin-right: 15px
}

.postinfo span:before {
  font-size: 20px;
  font-family: iconfont, arial, "microsoft yahei";
  display: inline-block;
  vertical-align: top
}

.postinfo a {
  color: #999
}

.post .editarticle,.post .delarticle {
  display: none
}

.post:hover .editarticle,.post:hover .delarticle {
  display: inline-block
}

.cateads {
	height:118px;
  margin-bottom: 20px;
  padding: 0 0 20px;
  border-bottom: 1px dotted #ebebeb;
  overflow: hidden
}

.pagebar,.cmtpagebar,.userpagebar {
  width: 100%;
  margin: 20px auto;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  background: #fff;
  clear: both
}

.pagebar .now-page,.cmtpagebar .now-page,.userpagebar .now-page,.pagebar .a1:first-child {
  margin: 5px;
  padding: 5px 10px;
  color: #fff;
  font-weight: bolder;
  line-height: 16px;
  background: #3f72af;
  display: inline-block;
	box-shadow: 0px 4px 5px 0px #e6ebf5;
	border-radius: 2px;
	text-decoration: none;
	box-sizing: border-box;
}

.pagebar a,.cmtpagebar a,.userpagebar a {
  margin: 4px;
  padding: 0 10px;
  color: #777;
  font-weight: bolder;
  background: #fff;
  display: inline-block;
	box-shadow: 0px 4px 5px 0px #e6ebf5;
	border-radius: 2px;
	text-decoration: none;
	box-sizing: border-box;
}

.pagebar a:hover,.cmtpagebar a:hover,.userpagebar a:hover {
  color: #fff;
  background: #3f72af
}

.pagination-loading {
  margin: 20px 0;
  padding: 10px 0;
  text-align: center;
  border-radius: 2px;
  background: #ebebeb
}

.ias_trigger {
  margin: 20px 0 20px
}

.ias_trigger a {
  padding: 10px 0;
  font-size: 16px;
  color: #333;
  text-align: center;
  border: 1px solid #ebebeb;
  background: #fff;
  display: block
}

.ias_trigger a:hover {
  color: #333;
  background: #ebebeb
}

.single {
  padding: 0 10px
}

.single h1 {
  margin: 20px 0 10px;
  font-size: 24px;
  color: #333;
  line-height: 40px
}

.single .pageline {
  margin-bottom: 15px;
  border-bottom: 1px dotted #ebebeb
}

.auth:before {
  content: "\e6a7";
  margin: 0 5px 0 0;
  font-size: 12px
}

.cata:before {
  content: "\e62c";
  margin: 0 5px 0 0;
  font-size: 14px
}

.date:before {
  content: "\e69d";
  margin: 0 5px 0 0;
  font-size: 13px
}

.viewnum:before {
  content: "\e6a5";
  margin: 0 5px 0 0;
  font-size: 13px
}

.cmtnum:before {
  content: "\e6a6";
  margin: 1px 5px 0 0;
  font-size: 12px
}

.editarticle:before {
  content: "\e6e5";
  margin: 0 3px 0 0;
  font-size: 12px
}

.delarticle:before {
  content: "\e699";
  margin: 0 3px 0 0;
  font-size: 12px
}

.articlecon {
  margin-bottom: 24px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  word-wrap: break-word;
  overflow: hidden
}

.articlecon ul,.articlecon ol {
  margin-bottom: 20px;
  list-style-position: inside
}

.articlecon ul p,.articlecon ol p {
  display: inline
}

.articlecon .intro p {
  margin: 0;
  font-size: 14px;
  color: #999;
  display: inline
}

.articlecon .intro img,.articlecon .intro embed {
  display: none
}

.articlecon .intro span {
  color: #999
}

.articlecon a {
  color: #3f72af;
  text-decoration: underline
}

.articlecon img {
  height: auto !important;
  margin: auto;
  display: block
}

.article .info {
  margin-bottom: 10px;
  font-size: 12px;
  color: #a8a8a8;
  line-height: 20px;
  overflow: hidden
}

.article .info span {
  margin-right: 15px
}

.article .info span:before {
  font-size: 20px;
  font-family: iconfont, arial, "microsoft yahei";
  display: inline-block;
  vertical-align: top
}

.article .info a {
  color: #a8a8a8
}
/* 文章内容 商品推荐块 样式 */
.tuijian{
	padding: 15px;
	box-sizing: border-box;
	font-size: 0;
	margin: 20px auto;
	border-radius: 10px;
	background-color: #f9f9fa;
	display: flex;
}

.tuijian img{
	width: 90px;
	height: 90px !important;
	border-radius: 5px;
}
.tuijian>div{
	margin-left: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 518px;
}
.tuijian>div .title{
	font-size: 16px;
}
.tuijian>div .price{
	font-size: 20px;
	color: #f60;
	line-height: 20px;
	font-weight: 600;
	font-family: PingFangSC-Medium;
}
.tuijian>div .price:first-letter{
	font-size: 12px;
}
.tuijian>div a{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-item-align: end;
	align-self: flex-end;
	width: 78px;
	height: 30px;
	border: 1px solid rgba(255,102,0,.5);
	border-radius: 24.17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	color: #f60;
	letter-spacing: 0;
	text-align: center;
	line-height: 14px;
	font-weight: 600;
	text-decoration: none;
}

/* 商品推荐块 结束 */

.postcon p {
  margin-bottom: 6px;
  text-align: justify;
  text-justify: inter-ideograph;
  position: relative
}

.postcon p img {
  margin: 0 auto !important;
  display: block !important;
	max-width:100% !important;
}

.postcon h1,.postcon h2,.postcon h3,.postcon h4,.postcon h5,.postcon h6 {
  margin-bottom: 20px;
  line-height: 1.5;
  border-bottom: 1px solid #ebebeb;
  position: relative
}

.postcon h1:after,.postcon h2:after,.postcon h3:after,.postcon h4:after,.postcon h5:after,.postcon h6:after {
  content: "";
  width: 32px;
  height: 0;
  border-bottom: 2px solid #3f72af;
  position: absolute;
  left: 0;
  bottom: -1px
}

.postcon h1 {
  font-size: 24px
}

.postcon h2 {
  font-size: 22px
}

.postcon h3 {
  font-size: 20px
}

.postcon h4 {
  font-size: 18px
}

.postcon h5 {
  font-size: 16px
}

.postcon h6 {
  font-size: 16px
}

.postcon blockquote {
  margin-bottom: 20px;
  padding: 10px 20px 10px 50px;
  font-size: 14px;
  color: #888;
  line-height: 24px;
  border: 1px dotted #ccc;
  background: #f8f8f8;
  position: relative
}

.postcon blockquote:before {
  content: "“";
  font-size: 80px;
  color: #ebebeb;
  font-family: arial;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 14px
}

.postcon blockquote p {
  margin: 0
}

.postcon table {
  margin-bottom: 20px;
  font-size: 14px;
  border-collapse: collapse;
  border-spacing: 0
}

.postcon .th {
  width: 100px;
  background: #f5f5f5
}

.postcon td {
  width: 308px;
  padding: 5px 10px;
  color: #666;
  line-height: 24px;
  border: 1px solid #ebebeb
}

.postcon div.prism-show-language>div.prism-show-language-label[data-language] {
  font-size: 14px
}

.postcon pre[class*="language-"] {
  margin-bottom: 20px;
  font-size: 14px
}

.videowrap {
  overflow: hidden
}

.videobox {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: #111;
  display: block
}

.videobox object,.videobox video,.videobox embed,.videobox iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block
}

.searchnull {
  padding: 10% 0;
  font-size: 16px;
  color: #888;
  text-align: center
}

.searchnull:before {
  content: "\e869";
  margin-bottom: 10px;
  font-size: 100px;
  color: #ebebeb;
  font-family: iconfont;
  display: block
}

.intro {
  margin: 10px 0 20px;
  padding: 20px;
  line-height: 24px;
  border: 1px dashed #ebebeb
}

.reltitle,.cmttitle {
  height: 30px;
  line-height: 19px;
  border-bottom: 1px solid #ebebeb
}

.reltitle h3,.cmttitle h3 {
  padding-left: 10px;
  font-size: 18px;
  color: #333;
  border-left: 3px solid #3f72af;
  font-weight: normal;
  display: inline-block
}

.reltitle i,.cmttitle i {
  padding-left: 10px;
  font-size: 16px;
  color: #ccc;
  font-family: 'Palatino Linotype', 'simsun';
  font-style: italic;
  text-transform: uppercase
}

.relates {
  margin-bottom: 20px
}

.relates ul {
  margin: 20px 0 0 -20px;
  *margin-left: -30px;
  font-size: 0;
  overflow: hidden
}

.relates li {
  width: 25%;
  overflow: hidden;
  display: inline-block;
  vertical-align: top
}

.relates a {
  margin: 0 0 20px 20px;
  font-size: 12px;
  color: #666;
  line-height: 20px;
  overflow: hidden;
  display: block
}

.relates a:hover {
  color: #3f72af;
  text-decoration: underline
}

.relates a:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.relates span {
  width: 100%;
  height: 0;
  margin: 0 0 10px;
  padding-bottom: 65%;
  overflow: hidden;
  position: relative;
  display: block
}

.relates img {
  width: 100%;
  min-height: 100%;
  position: absolute
}

.relates em {
  font-style: normal;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
	white-space: nowrap;
}

.comment h4 {
  padding: 18px 0 5px;
  font-size: 16px;
  color: #333;
  font-weight: normal
}

.sharebox .label {
  color: #999;
  line-height: 30px
}

.sharebox .label,.sharebox .sharebtn {
  display: inline-block
}

.paging {
  margin: 10px 0 40px;
  padding: 30px 0 0;
  border-top: 1px solid #eee;
  overflow: hidden
}

.paging .prepage {
  width: 50%;
  float: left
}

.paging .nextpage {
  width: 50%;
  float: right;
  text-align: right
}

.paging span {
  color: #929292
}

.paging p a {
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block
}

.paging p a:hover {
  color: #3f72af;
  text-decoration: underline
}

.cmt,.relate,.pages {
  padding: 20px 0;
  line-height: 26px;
  zoom: 1;
  clear: both
}

.cmt:after,.relate:after,.pages:after {
  content: "";
  display: block;
  clear: both
}

.cmtsitem {
  padding: 24px 0;
  border-bottom: 1px dotted #ebebeb;
  zoom: 1;
  clear: both
}

.cmtsitem:after {
  content: "";
  display: block;
  clear: both
}

.cmtsitem .avatar {
  width: 48px;
  height: 48px;
  float: left;
  display: inline;
  margin-right: 10px;
  overflow: hidden
}

.cmtsitem .avatar img {
  width: 48px;
  height: 48px;
  border-radius: 3px
}

.cmtsitem .cmtscon .avatar {
  display: none
}

.cmtscon {
  margin-left: 65px
}

.cmtsdate {
  float: right;
  display: inline;
  font-size: 14px;
  color: #bbb
}

.cmtsname {
  display: inline-block
}

.cmtsname a {
  font-size: 14px;
  color: #333
}

.cmtsbody {
  margin-top: 10px;
  font-size: 14px;
  line-height: 26px;
  word-wrap: break-word;
  word-break: break-all;
	color: #999;
	text-align: justify;
}

.cmtsbody .cmtscon {
  margin: 0;
  padding-left: 20px;
  border-left: 2px solid #ebebeb
}

.cmtsbody .cmtsfoot {
  display: none
}

.cmtsreply {
  margin-top: 15px;
  padding-left: 20px;
  border-left: 2px solid #ebebeb
}

.cmtsreplyname {
  font-size: 14px;
  color: #888
}

.cmtsreplyname a {
  font-size: 14px;
  color: #333
}

.cmtsreplycon {
  margin-top: 10px;
  word-wrap: break-word;
  word-break: break-all
}

.cmtsreplydate {
  margin-top: 10px;
  font-size: 14px;
  color: #bbb
}

.cmtsfoot {
  margin-top: 10px
}

.cmtsfoot .reply {
  font-size: 12px;
  color: #888
}

.cmtsfoot .reply:before {
  content: "\e6a6";
  margin-right: 3px;
  font-size: 21px;
  color: #888;
  font-family: iconfont;
  vertical-align: middle
}

.cmtsfoot .reply:hover {
  color: #3f72af;
  text-decoration: none
}

.cmtsfoot .reply:hover:before {
  color: #3f72af
}

.cmts.nocmt {
  padding: 15px 30px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb
}

.cmts.nocmt:before {
  content: attr(data-content);
  width: 100%;
  font-size: 20px;
  color: #888;
  text-align: center;
  display: inline-block
}

.reply-frm {
  border-left: 2px solid #ebebeb;
  padding: 0 0 0 20px;
  margin-top: 15px;
  box-shadow: none
}

.reply-frm .cmtimg {
  display: none
}

.reply-frm .cmtarea {
  padding: 0
}

#cancel-reply {
  height: 26px;
  margin-left: 20px;
  padding: 0 10px 0 6px;
  font-size: 14px;
  color: #3f72af;
  line-height: 25px;
  border: 0;
  outline: 0;
  box-sizing: content-box;
  cursor: pointer;
  background: #fff;
  display: none
}

#cancel-reply:before {
  content: "\e6ab";
  margin-right: 3px;
  font-size: 23px;
  color: #3f72af;
  font-family: iconfont;
  vertical-align: sub
}

.comment {
  margin-top: 20px;
  zoom: 1;
  clear: both
}

.comment:after {
  content: "";
  display: block;
  clear: both
}

.cmtimg {
  width: 68px;
  float: left
}

.cmtimg img {
  width: 48px;
  height: 48px;
  border-radius: 3px
}

.cmtinfo {
  padding-left: 70px;
  font-size: 14px;
  word-break: break-all
}

.cmtinfo a {
  color: #333
}

.cmtinfo .cmt {
  margin: 15px 0 0 -20px;
  padding-bottom: 0
}

.cmtinfo .cmt .cmt {
  margin: 15px 0 0 -20px;
  padding-bottom: 0
}

.cmtinfo .cmt .cmt .cmt {
  margin: 15px 0 0 -20px;
  padding-bottom: 0
}

.cmtinfo .cmtinfo {
  width: 500px
}

.cmtinfo .cmtinfo .cmtinfo {
  width: 430px
}

.cmtinfo .cmtinfo .cmtinfo .cmtinfo {
  width: 360px
}

.cmttime,.cmttime a {
  font-size: 12px;
  color: #888
}

.cmtarea {
  padding-left: 68px
}

.cmtarea textarea {
  width: 100%;
  margin: 0 0 10px;
  padding: 5px 15px;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  border: 1px solid #ebebeb;
  outline: 0;
  border-radius: 3px;
  overflow: hidden;
  vertical-align: top;
  box-sizing: border-box
}

.cmtarea textarea:focus {
  color: #3f72af;
  background-color: #fff;
  border-color: #aab7c1;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(31, 73, 119, 0.1)
}

.cmtsubmit {
  margin-top: 2px;
  text-align: left;
  zoom: 1;
  clear: both
}

.cmtsubmit:after {
  content: "";
  display: block;
  clear: both
}

.cmtsubmit span {
  float: left;
  display: inline;
  color: #999;
  line-height: 32px
}

.cmtsubmit button {
  width: 74px;
  float: right;
  font-size: 16px;
  color: #fff;
  font-family: microsoft yahei;
  line-height: 30px;
  text-align: center;
  border: 0;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  background: #3f72af
}

.cmtform {
  width: 100%;
  float: left;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dotted #ebebeb;
  display: none
}

.cmtform p {
  width: 49%;
  float: left;
  padding: 5px 0
}

.cmtform input {
  width: 180px;
  height: 27px;
  padding: 2px 6px;
  color: #333;
  border: 1px solid #ebebeb;
  outline: 0;
  border-radius: 3px
}

.cmtform input:focus {
  color: #3f72af;
  background-color: #fff;
  border-color: #aab7c1;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(31, 73, 119, 0.1)
}

.cmtform input {
  *display: inline
}

.cmtform label {
  padding: 0 10px;
  line-height: 27px
}

.cmtform #inpVerify {
  width: 100px
}

.cmtform img.imgcode {
  width: 68px;
  height: 31px;
  margin-left: 10px;
  border: 1px solid #ebebeb;
  cursor: pointer;
  vertical-align: top
}

.sidebar {
  width: 260px;
  float: right;
  display: inline;
  padding: 20px
}

.sideblock {
  margin-bottom: 30px
}

.sidetitle {
  width: 100%;
  height: 28px;
  line-height: 19px;
  border-bottom: 1px solid #ebebeb
}

.sidetitle h4 {
  float: left;
  display: inline;
  padding-left: 10px;
  font-size: 18px;
  color: #333;
  font-weight: normal;
  border-left: 3px solid #3f72af
}

.sidetitle span {
  padding-left: 10px;
  font-size: 16px;
  color: #ccc;
  font-family: 'Palatino Linotype', 'simsun';
  font-style: italic;
  text-transform: uppercase
}

.sidecontent {
  padding: 10px 0;
  overflow: hidden
}

.sidecontent ul {
  zoom: 1;
  clear: both;
}
#divTags ul {
	position: relative;
	overflow: hidden;
}

.sidecontent ul:after {
  content: "";
  display: block;
  clear: both
}

.sidecontent li {
  width: 100%;
  float: left;
  display: inline;
  padding: 6px 0;
  line-height: 24px;
  border-bottom: 1px dotted #ebebeb
}

.sidecontent dl {
  width: 100%;
  float: left;
  display: inline;
  padding: 14px 0;
  border-bottom: 1px dotted #ebebeb
}

.sidecontent dl h3 {
  height: 28px
}

.sidecontent dl h3 a {
  font-size: 14px
}

.side ul li {
  width: 100%;
  float: left;
  display: inline;
  padding: 14px 0;
  border-bottom: 1px dotted #ebebeb
}

.sidelist {
  width: 230px;
  float: right;
  display: inline
}

.sidelist h3 {
  height: 30px;
  font-weight: normal;
  line-height: 30px;
  overflow: hidden
}

.sidelist h3 a {
  font-size: 12px
}

.sidelist h3 a:hover {
  color: #3f72af;
  text-decoration: underline
}

.sidelist a {
  font-size: 14px
}

.sidelist p {
  height: 34px;
  font-size: 12px;
  color: #999;
  overflow: hidden
}

.sidelist p img {
  display: none
}

.sideintro {
  padding-bottom: 10px;
  font-size: 12px;
  color: #999
}

.sideimg {
  width: 110px;
  float: left;
  display: inline;
  overflow: hidden
}

.sideimg a {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block
}

.sideimg a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.sideimg:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.sideinfo {
  padding-left: 125px
}

.sideinfo h3 {
  height: 40px;
  margin: 5px 0 3px;
  line-height: 20px;
  overflow: hidden
}

.sideinfo h3 a {
  font-size: 14px
}

.sideinfonoimg {
  padding: 0
}

.sidecata {
  position: relative
}

.sidecata span {
  font-size: 12px;
  color: #999
}

.sidecata a {
  padding-left: 5px;
  font-size: 12px;
  color: #3f72af;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0
}

.function {
  margin-bottom: 30px
}

.sidebar .function:last-child {
  margin: 0
}

.noborder {
  border: 0 !important
}

.hideintro {
  margin-bottom: 10px;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  display: none
}

.showintro {
  width: auto
}

.showintro .hideintro {
  display: block
}
#special .sidecontent li{
	width: 50%;
	box-sizing: border-box;
	position: relative;
	padding: 0px 3px;
	margin: 10px 0;
	border:0;
}
#special .sidecontent li .sideimg{
	width: 80%;
	margin-left: 10%;
}
#special .sidecontent li .sideimg img{
	width: 100%;
	height: auto;
	min-height: auto;
}
#special .sidecontent li .sideimg p{
	position: absolute;
	bottom: -3px;
	left: 0;
	text-align: center;
	width: 100%;
}
#special .sidecontent li .sideinfo{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	padding-left: 0px;
	text-align: center;
	transition:.2s;
	display: flex;
	justify-content: center;
	align-items: center;
}
#special .sidecontent li .sideinfo h3{
	height: auto;
}
#special .sidecontent li .sideinfo a{
	color: #5E95CD;
	opacity:0;
	transition:.2s;
}
#special .sidecontent li:hover .sideinfo{
	background: rgba(63,114,175,.8);
}
#special .sidecontent li:hover .sideinfo a{
	color: #fff;
	opacity:1;
}
#divTags li {
  width: auto;
  height: 30px;
  float: left;
  display: inline;
  margin: 5px 5px 0 0;
  /* margin-top: 5px; */
  padding: 0;
  white-space: nowrap;
  border: 0
}

#divTags li a {
  padding: 0 10px;
  font-size: 14px;
  color: #3f72af;
  line-height: 26px;
  border: 1px solid #3f72af;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top
}

#divTags ul li a:hover,.tags-cloud a:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 1px 1px 0 #ccc;
  background: #3f72af
}

.tags {
  margin-bottom: 20px;
  line-height: 24px;
	color: #999;
}

.tags-cloud a {
  margin: 0 10px 0 0;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 #ccc;
  background: #3f72af;
  display: inline-block;
  vertical-align: top
}

.tags-cloud a:hover {
  text-decoration: none;
  background: #3f72af
}

.tags a {
	color: #3f72af;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}

.tags a:hover {
	text-decoration: underline;
}
.conturl{
	color: #999;
	margin: 10px auto;
}
.conturl a{
	color: #999;
}
.tag-count {
  display: none
}

#divCalendar .function_t {
  display: none
}

#divCalendar .function_c {
  width: 232px;
  padding: 0 4px 15px 4px
}

#divCalendar table {
  width: 100%;
  table-layout: fixed
}

#divCalendar caption {
  height: 24px;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center
}

#divCalendar caption a {
  padding: 0 18px;
  color: #3f72af
}

#divCalendar th {
  height: 26px;
  color: #fff;
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  border: 1px solid #3f72af;
  background: #3f72af
}

#divCalendar td {
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ebebeb
}

#divCalendar td.pad {
  background: none
}

#divCalendar td a {
  line-height: 30px;
  background: #3f72af;
  color: #fff;
  display: block
}

#divCalendar #today {
  color: #3f72af;
  font-weight: bold
}

#divComments ul li,#divPrevious ul li {
  height: 24px;
  overflow: hidden
}

#divPrevious .article-date,#divNavBar .subnav {
  display: none
}

#divCatalog ul.ul-subcates li a {
  padding-left: 37px
}

#divSearchPanel form {
  zoom: 1;
  clear: both
}

#divSearchPanel form:after {
  content: "";
  display: block;
  clear: both
}

#divSearchPanel input[type="text"] {
  width: 70%;
  height: 22px;
  float: left;
  display: inline;
  font-size: 12px;
  color: #333;
  font-family: "microsoft yahei";
  line-height: 24px;
  border: 1px solid #c8c8c8;
  outline: 0;
  background: #fff
}

#divSearchPanel input[type="submit"] {
  width: 22%;
  height: 26px;
  float: right;
  display: inline;
  line-height: 24px;
  border: 1px solid #999;
  background: #eee
}

#divMisc ul li,#divFavorites ul li,#divStatistics ul li {
  width: 50%;
  float: left;
  display: inline;
  overflow: hidden
}

#divMisc ul li a {
  padding: 0;
  background: none
}

#divNavBar li,#divCatalog li,#divLinkage li,#divFavorites li,#divArchives li,#divAuthors li {
  width: 46%;
  height: 22px;
  float: left;
  overflow: hidden
}

#divCatalog li,#divPrevious li,#divLinkage li,#divNavBar li,#divComments li,#divAuthors li,#divFavorites li,#divStatistics li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

#divCatalog li:before,#divPrevious li:before,#divLinkage li:before,#divNavBar li:before,#divComments li:before,#divAuthors li:before,#divFavorites li:before,#divStatistics li:before,#hotContent li:before
{
  content: "\e6a4";
  margin: 0 5px 0 0;
  font-size: 12px;
  color: #ccc;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top
}

#divContorPanel .cp-hello {
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ebebeb;
  display: inline-block
}

#divContorPanel .cp-hello:before {
  content: "\e61e";
  margin-right: 3px;
  font-size: 19px;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top
}

#divContorPanel .sidecontent div {
  padding: 20px;
  text-align: center;
  line-height: 24px;
  border: 1px dotted #f0f0f0;
  background: #fbfbfb
}

#sidehotrank ul li {
  padding: 5px 0;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
  display: block
}

#sidehotrank ul li span {
  width: 28px;
  float: left;
  display: inline;
  font-size: 22px;
  color: #999;
  font-family: "Times New Roman", simsun;
  font-weight: normal;
  font-style: italic;
  line-height: 30px;
  text-align: center
}

#sidehotrank ul li span.first {
  font-size: 30px;
  color: #3f72af
}

#sidehotrank ul li span.hot {
  font-size: 22px;
  color: #3f72af
}

#sidehotrank ul li h3 a.first {
  font-size: 14px
}

#sidehotrank ul li p {
  line-height: 17px
}

#mark li {
  border: 0
}
#hotContent li .viewnums{
	font-size: 12px;
	float: right;
	font-weight: 600;
}
#addTags.sidecata

{
	white-space: nowrap;
}
#addTags.sidecata a
{
	position: relative;
	padding-left: 0;
	padding-right: 2px;
}
.markit {
  margin-top: 8px
}

.markitimg {
  width: 40px;
  height: 40px;
  float: left;
  display: inline;
  margin-right: 15px
}

.markitimg img {
  width: 40px;
  height: 40px;
  background: url(images/sethead.png) no-repeat;
  background-size: cover
}

.markitinfo {
  line-height: 20px;
  overflow: hidden
}

.markitinfo p {
  height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.markitinfo p span {
  color: #999
}

.markitname {
  margin-right: 10px
}

.markitname a {
  color: #3f72af
}

.markitarticle {
  margin: 10px 0 0 0;
  font-size: 12px;
  color: #3f72af
}

.markitcon {
  height: 25px;
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: #eee
}

.markitcon:before {
  content: "\e6db";
  font-size: 19px;
  color: #999;
  font-family: iconfont;
  vertical-align: top
}

.markitcon:after {
  content: "\e6a4";
  font-size: 19px;
  color: #999;
  font-family: iconfont;
  vertical-align: top
}

.errorpage {
  width: 420px;
  margin: 0 auto 50px;
  text-align: center
}

.errorpage a {
  color: #fff;
  text-decoration: none
}

.errorpage h2 {
  font-size: 98px;
  line-height: 150px;
  font-weight: bold;
  color: #333;
  margin: 10px 0;
  text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px
}

.errorpage h3 {
  font-size: 30px;
  color: #333;
  line-height: 35px;
  margin: 10px 0
}

.errorpage p {
  font-size: 14px;
  color: #333;
  margin: 0 0 10px
}

.schtxt {
  float: left;
  width: 71%;
  position: relative;
  font-size: 14px;
  color: #333;
  padding: 10px 17px;
  background-color: #fafafa;
  border: 1px solid #3f72af;
  border-radius: 2px;
  outline: 0;
  z-index: 2
}

.schbtn {
  width: 20%;
  font-size: 16px;
  color: #fff;
  padding: 10px 0;
  line-height: 22px;
  border: 0;
  border-radius: 2px;
  background: #3f72af;
  outline: 0;
  cursor: pointer
}

.goback {
  padding: 10px 30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  background: #3f72af
}

.goback:hover {
  color: #fff;
  text-decoration: none;
  background: #0d407d
}

.postcon {
  overflow: hidden;
  position: relative
}

.teles,.telesmore {
  width: 100%;
  height: 150px;
  color: #3f72af;
  text-align: center;
  font-size: 14px;
  text-indent: 0;
  cursor: pointer;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 50%);
  position: absolute;
  left: 0;
  bottom: 0;
  display: block
}

.telesmore i {
  margin: 100px auto 0;
  line-height: 36px;
  text-align: center;
  border: 1px solid #3f72af;
  border-radius: 3px;
  background: #fff;
  display: block
}

.telesmore i:after {
  content: "\e69b";
  font-size: 22px;
  font-family: iconfont;
  display: inline-block;
  vertical-align: top;
  -webkit-animation: telesmoreico .4s infinite alternate
}

.teles i {
  margin: 90px 0 20px;
  font-size: 18px;
  font-style: normal;
  text-indent: 0;
  line-height: 28px;
  display: inline-block
}

.teles i:after {
  content: "\e69b";
  width: 33px;
  margin-left: -20px;
  font-size: 30px;
  font-family: iconfont;
  position: absolute;
  bottom: 6px;
  left: 50%;
  -webkit-animation: telesico .4s infinite alternate;
  -ms-animation: telesico .4s infinite alternate
}

@-webkit-keyframes telesico {
  0% {
    -webkit-transform: translate(0, -2px)
  }

  100% {
    -webkit-transform: translate(0, 3px)
  }
}

@-webkit-keyframes telesmoreico {
  0% {
    -webkit-transform: translate(0, -2px)
  }

  100% {
    -webkit-transform: translate(0, 3px)
  }
}

@-webkit-keyframes arrow {
  from {
    -webkit-transform: translate3d(-webkit-calc(-44%), 5px, 0);
    transform: translate3d(calc(-44%), 5px, 0)
  }

  to {
    -webkit-transform: translate3d(-webkit-calc(-44%), 0, 0);
    transform: translate3d(calc(-44%), 0, 0)
  }
}

@keyframes arrow {
  from {
    -webkit-transform: translate3d(-webkit-calc(-44%), 5px, 0);
    transform: translate3d(calc(-44%), 5px, 0)
  }

  to {
    -webkit-transform: translate3d(-webkit-calc(-44%), 0, 0);
    transform: translate3d(calc(-44%), 0, 0)
  }
}

.friendlink {
  width: 980px;
  margin: 0 auto 20px;
  font-size: 0
}

.friendlink .wrap {
  padding: 15px 0 5px;
  border: 1px solid #ebebeb;
  zoom: 1;
  clear: both
}

.friendlink .wrap:after {
  content: "";
  display: block;
  clear: both
}

.friendlink h5 {
  float: left;
  display: inline;
  padding-left: 25px;
  font-size: 14px;
  color: #999;
  line-height: 20px
}

.friendlink ul {
    padding-left: 100px;
    line-height: 22px;
    max-height: 44px;
    overflow: auto;
}

.friendlink ul li {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top
}

.friendlink ul li a {
  font-size: 12px;
  color: #999;
  display: inline-block;
  vertical-align: top
}

.friendlink ul li a:hover {
  color: #3f72af
}

.footer {
  padding: 10px;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #ebebeb
}

.footer p {
  padding: 5px 0;
  color: #999
}

.footer a {
  color: #999
}

a.backtotop {
  width: 36px;
  height: 36px;
  margin-left: 510px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  cursor: pointer;
  opacity: .8;
  position: fixed;
  _position: absolute;
  left: 50%;
  bottom: 50px;
  _bottom: 30px;
  background: #215491;
  overflow: hidden
}

a.backtotop i:after {
  content: "\e603";
  font-size: 26px;
  color: #fff;
  font-family: iconfont
}

a.backtotop:hover {
  background: #3f72af
}

.plugin {
  background: #f8f8f8;
  overflow: hidden;
  zoom: 1;
  clear: both
}

.plugin:after {
  content: "";
  display: block;
  clear: both
}

.plugin a:hover {
  text-decoration: none
}

.pluginwarn {
  margin: 30px 0 0;
  padding: 8px 0;
  font-size: 14px;
  color: #3f72af;
  line-height: 18px;
  text-align: center;
  border: 1px solid #f9e2be;
  background: #fef9e3
}

.pluginwarn .wranico {
  margin-top: 3px;
  font-size: 16px;
  font-family: 'iconfont';
  display: inline-block;
  vertical-align: top
}

.pluginwarn .wranico:after {
  content: '\e6a1';
  margin-right: 5px
}

.pluginwarn a {
  margin: 0 10px;
  padding: 3px 12px;
  font-size: 13px;
  color: #fff;
  border-radius: 2px;
  background: #3f72af;
  display: inline-block
}

.pluginlogin {
  margin: 80px auto;
  padding: 20px 40px;
  background: #fff;
  display: table
}

.loginform li {
  position: relative
}

.loginform li label {
  cursor: text
}

.loginform li label i {
  color: #ebebeb;
  position: absolute
}

.loginform li button {
  width: 100%;
  margin-bottom: 20px;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  background: #3f72af
}

.loginform li button:hover {
  background: #2b5e9b
}

.loginform .logintext {
  width: 250px;
  height: 32px;
  padding: 5px 5px 5px 35px;
  font-size: 14px;
  line-height: 32px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  outline: 0
}

.loginform .logintext.half {
  width: 120px
}

.loginform .errtip {
  font-size: 14px;
  color: #3f72af;
  text-align: center;
  line-height: 30px
}

.logintitle {
  font-size: 18px;
  line-height: 60px
}

.logintip {
  min-height: 15px;
  font-size: 12px;
  color: #333;
  line-height: 28px;
  text-indent: 10px
}

.loginway {
  padding: 10px 0 20px;
  zoom: 1;
  clear: both
}

.loginway:after {
  content: "";
  display: block;
  clear: both
}

.loginway input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin: 4px 5px 0 0;
  display: inline-block;
  vertical-align: top;
  -webkit-appearance: normal
}

.loginway label {
  cursor: default !important
}

.loginother {
  width: 220px;
  padding: 30px 0 0 40px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: top
}

.forgetpwd {
  float: right;
  display: inline;
  color: #3f72af;
  text-decoration: underline
}

.verifyimg {
  width: 120px;
  height: 40px;
  margin-left: 5px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top
}

.emailstatus {
  margin: 10px 0 30px 0;
  padding-left: 40px;
  font-size: 18px;
  position: relative
}

.emailstatus strong {
  color: #83c44e
}

.othertitle {
  margin: 50px 0 30px;
  text-align: center
}

.othertitle p {
  height: 10px;
  line-height: 18px;
  border-bottom: 1px solid #ebebeb
}

.othertitle span {
  margin-top: -10px;
  padding: 0 5px;
  background: #fff
}

.fastlogin {
  text-align: center
}

.fastlogin a {
  width: 48px;
  height: 48px;
  margin: 0 10px;
  color: #fff;
  text-decoration: none;
  line-height: 48px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top
}

.fastlogin a:hover {
  color: #fff
}

.fastlogin a:before {
  font-size: 24px
}

.fastlogin a.icoqq {
  background: #12b7f5
}

.fastlogin a.icoqq i {
  font-size: 29px
}

.fastlogin a.icoqq:hover {
  background: #00a3e1
}

.fastlogin a.icoweixin {
  background: #00d500
}

.fastlogin a.icoweixin i {
  font-size: 25px
}

.fastlogin a.icoweixin:hover {
  background: #00c100
}

.loginbg {
  margin: 0;
  padding-top: 20px;
  background-position: top center;
  background-size: cover
}

.centerheadinfo {
  border-bottom: 1px solid #ebebeb;
  background: #fff
}

.centerheadinfo .wrap {
  position: relative
}

.centerheadbg {
  height: 220px;
  background-position: top center;
  background-size: cover;
  position: relative
}

.centerheadbg a {
  margin-left: 400px;
  padding: 3px 10px;
  color: #fff;
  line-height: 20px;
  background: #3f72af;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in
}

.centerheadbg a i {
  margin-right: 5px;
  font-size: 19px;
  display: inline-block;
  vertical-align: top
}

.centerheadbg a i:after {
  content: "\e89d"
}

.centerheadbg.on a {
  top: 15px
}

.centerheadimg {
  width: 118px;
  height: 118px;
  float: left;
  display: inline;
  margin-right: 30px;
  border: 6px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.centerheadimg img {
  width: 100%;
  height: 100%
}

.centerheadimg .userset {
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: #3f72af;
  position: absolute;
  top: 45px;
  right: 45px;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  opacity: 0;
  z-index: 9
}

.centerheadimg .userset i:after {
  content: "\e945"
}

.centerheadimg .userset:hover {
  color: #fff
}

.centerheadimg.show .userset {
  top: 0;
  right: 0;
  opacity: 1
}

.centerheadimg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4)
}

.centerheaduser {
  width: 100%;
  margin-top: -55px;
  padding-bottom: 5px;
  zoom: 1;
  clear: both
}

.centerheaduser:after {
  content: "";
  display: block;
  clear: both
}

.centeruserinfo {
  padding-left: 150px;
  font-size: 16px;
  color: #333
}

.centeruserinfo h3 {
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  line-height: 55px
}

.centeruserinfo h3 a {
  color: #fff
}

.centeruserlevel {
  margin-top: 10px;
  font-size: 14px;
  line-height: 26px
}

.centeruserlevel span {
  margin-right: 10px
}

.centeruserlevel a {
  margin: 0 10px;
  padding: 3px 8px;
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
  background: #3f72af
}

.centeruserlevel a i {
  margin-right: 5px
}

.centeruserlevel a.hasatte,.centeruserlevel a.eachatte {
  color: #333;
  background: #ebebeb
}

.centeruserlevel strong {
  color: #3f72af
}

.userintro {
  max-height: 52px;
  font-size: 14px;
  color: #999;
  overflow: hidden
}

.userico {
  font-size: 22px;
  color: #3f72af;
  display: inline-block;
  vertical-align: top
}

.userico:after {
  content: "\e625"
}

.fansatten {
  margin-top: 64px;
  padding: 6px 0;
  font-size: 0;
  border: 1px solid #ebebeb;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0
}

.fansatten li {
  padding: 0 30px;
  text-align: center;
  display: inline-block
}

.fansatten li a {
  font-size: 24px;
  color: #3f72af
}

.fansatten li p {
  font-size: 14px;
  color: #999
}

.fansatten li.line {
  border-right: 1px solid #ebebeb
}

.centermain {
  padding: 30px 0
}

.usermenu {
  width: 200px;
  float: left;
  display: inline;
  margin-bottom: 30px;
  padding: 10px 0;
  background: #fff
}

.usermenu li a {
  height: 42px;
  margin: -1px 0;
  font-size: 14px;
  color: #384463;
  line-height: 42px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 3px solid transparent;
  display: block
}

.usermenu li a i {
  margin: 0 8px 0 27px;
  font-size: 28px;
  display: inline-block;
  vertical-align: top
}

.usermenu li a:hover {
  border-top: 1px solid #d9e1fc;
  border-bottom: 1px solid #d9e1fc;
  background: #e3edfc
}

.usermenu li.on a {
  color: #3f72af;
  border-color: #d9e1fc;
  border-left-color: #3f72af;
  border-top: 1px solid #d9e1fc;
  border-bottom: 1px solid #d9e1fc;
  border-right: 0;
  background: #e3edfc
}

.userframe {
  width: 780px;
  margin: 0 0 30px 220px;
  background: #fff
}

.frametitle {
  padding: 20px 30px;
  line-height: 30px
}

.frametitle h3 {
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  border-bottom: 2px solid #ebebeb
}

.frametitle h3 span {
  line-height: 30px;
  border-bottom: 2px solid #3f72af;
  display: inline-block
}

.framemain {
  padding: 20px 30px
}

.myarticle li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ebebeb
}

.myarticle h3 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #999;
  line-height: 35px;
  word-wrap: break-word
}

.myarticle h3 span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  top: 13px;
  left: -3px;
  display: inline-block;
  vertical-align: top
}

.myarticle h3 a {
  margin-left: 10px;
  color: #333
}

.myarticle .postintro {
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 14px;
  color: #666;
  border-left: 3px solid #ebebeb;
  word-wrap: break-word
}

.myarticle .postinfo span {
  font-size: 14px;
  line-height: 26px
}

.myarticle .posttime:before {
  content: "\e69d";
  margin-right: 5px;
  font-family: iconfont
}

.myarticle span.catelink:before {
  content: "\e6e2";
  margin-right: 5px;
  font-family: iconfont
}

.myarticle span.catelink a {
  color: #999
}

.myarticle .pass {
  background: #008000
}

.myarticle .depass {
  background: #f00
}

.myarticle .posttip {
  line-height: 24px
}

.myarticle .posttip span {
  color: #3f72af;
  font-weight: bold
}

.myarticle .allpost {
  margin-left: 10px;
  padding: 0 10px;
  color: #fff;
  background: #999;
  display: inline-block
}

.myarticle .allpost:hover {
  background: #3f72af
}

.mycmtimg {
  width: 42px;
  height: 42px;
  float: left;
  display: inline;
  border-radius: 50%;
  overflow: hidden
}

.mycmtimg img {
  width: 42px;
  height: 42px
}

.mycmtinfo {
  margin: 0 0 20px 60px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  position: relative
}

.mycmtinfo:before,.mycmtinfo:after {
  content: " ";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid solid dotted;
  border-width: 8px 8px 8px 0;
  position: absolute;
  top: 13px;
  left: -8px;
  right: 100%;
  display: block;
  pointer-events: none
}

.mycmtinfo:before {
  border-right-color: #ebebeb
}

.mycmtinfo:after {
  margin-left: 1px;
  border-right-color: #f8f8f8
}

.mycmtinfo h3 {
  padding: 0 20px;
  line-height: 40px;
  border-bottom: 1px solid #ebebeb;
  background: #f8f8f8
}

.mycmtinfo h3:before {
  content: "\e6a4";
  margin-right: 5px;
  color: #888;
  font-family: iconfont;
  vertical-align: top
}

.mycmtinfo h3 a {
  color: #888
}

.mycmtcon {
  padding: 20px;
  font-size: 16px;
  color: #333
}

.mycmtdate {
  padding: 0 20px;
  font-size: 12px;
  color: #999;
  line-height: 30px;
  border-top: 1px dotted #ebebeb
}

.mycmtdate:before {
  content: "\e69d";
  margin-right: 5px;
  font-size: 17px;
  font-family: iconfont;
  vertical-align: top
}

.writingtxt,.myinfotxt,.writingcate,.myinfocate {
  width: 100%;
  height: 38px;
  padding: 0 2%;
  font-size: 14px;
  line-height: 38px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  display: inline-block
}

.writingcon,.myinfocon {
  width: 96%;
  padding: 10px 2%;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid #ebebeb
}

.writingbtn,.myinfobtn {
  width: 180px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  border: 0;
  cursor: pointer;
  background: #3f72af;
  display: inline-block
}

.mywriting,.myinfo {
  box-sizing: content-box
}

.mywriting ul,.myinfo ul {
  width: 100%;
  display: inline-block
}

.mywriting li,.myinfo li {
  margin-bottom: 15px;
  zoom: 1;
  clear: both
}

.mywriting li:after,.myinfo li:after {
  content: "";
  display: block;
  clear: both
}

.mywriting label,.myinfo label {
  line-height: 30px;
  display: block
}

.mywriting .writingcate,.myinfo .writingcate {
  width: 100%
}

.mywriting .verifytxt,.myinfo .verifytxt {
  width: 36%;
  padding: 0 2%
}

.mywriting .errtip,.myinfo .errtip {
  line-height: 40px;
  padding-left: 30px;
  color: #3f72af;
  display: inline-block
}

.userimg .metasrc {
  box-sizing: border-box
}

.userimg .uploadimg {
  height: 38px;
  margin: 0 0 0 -98px;
  padding: 0 15px;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  background: #3f72af;
  display: inline-block;
  vertical-align: top
}

.uploadimgview {
  width: 60px;
  height: 60px;
  float: left;
  display: inline;
  padding: 5px;
  border: 1px solid #ebebeb;
  border-radius: 50%
}

.uploadimgview img {
  width: 60px;
  height: 60px;
  border-radius: 50%
}

.uploadinfo {
  padding-left: 100px;
  position: relative
}

.uploadfile {
  width: 100%;
  padding: 7px;
  border: 1px solid #ebebeb;
  box-sizing: border-box
}

@media screen and (max-width:1000px) {
  a {
    text-decoration: none
  }

  .wrapper {
    width: 100%;
    min-width: 100%
  }

  .wrap {
    width: auto
  }

  .header {
    height: 40px;
    top: -40px
  }

  .head {
    width: 723px
  }

  .logo {
    height: 40px
  }

  .logo img {
    height: 40px
  }

  .menu {
    height: 40px
  }

  .menu li {
    line-height: 40px
  }

  .menu li a {
    padding: 0 10px;
    font-size: 14px;
    text-decoration: none
  }

  .menu li .subnav {
    min-width: 110px;
    top: 40px
  }

  .menu li .subnav a {
    padding: 0 7px
  }

  .search form {
    top: 6px;
    top: 7px\0
  }

  .search .txt {
    line-height: 24px
  }

  .search .btn:before {
    font-size: 23px
  }

  .userinfo {
    min-height: 40px
  }

  .userinfo .uimg {
    height: 39px;
    line-height: 40px
  }

  .userinfo .uimg span {
    width: 24px;
    height: 24px
  }

  .userinfo .uimg img {
    width: 24px;
    height: 24px;
    margin-top: 8px
  }

  .box {
    width: 723px;
    padding: 0 10px;
    margin-top: 50px
  }

  .box.fixed {
    margin-top: 20px
  }

  .userbox {
    margin-top: 40px
  }

  .userbox .wrap {
    margin: 0 10px
  }

  .content {
    width: 420px
  }

  .slideimg {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    text-align: center;
    background: #f8f8f8;
    position: relative
  }

  .slidecon {
    width: 100%;
    float: none;
    padding: 0 0 20px
  }

  .slidebar {
    margin: auto;
    right: auto;
    position: static
  }

  .slidetitle span {
    -webkit-line-clamp: 1
  }

  .slidetitle a {
    font-size: 18px
  }

  .slideintro {
    max-height: 48px;
    margin: 10px 0;
    padding: 0;
    -webkit-line-clamp: 2
  }

  .newscon ul {
    width: 100%
  }

  .newscon ul li {
    width: auto;
    float: none;
    padding: 0;
    position: relative
  }

  .newscon ul li a {
    width: 280px;
    float: none
  }

  .newscon ul li span {
    padding-left: 10px;
    line-height: 30px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0
  }

  .contitle {
    margin-bottom: 15px
  }

  .post {
    margin-bottom: 15px;
    padding-bottom: 15px
  }

  .postimg {
    width: 120px;
    margin-right: 20px;
    background: #f8f8f8
  }

  .postintro {
    width: auto;
    margin: 0
  }

  .postinfo {
    display: none
  }

  .single h1 {
    line-height: 36px;
		font-size: 24px;
  }
  	.postcon h2{
		font-size: 20px;
	}
	.postcon h3{
		font-size: 18px;
	}
	.postcon h4 {
    font-size: 16px;
	}
  	.postcon h5 {
    font-size: 14px;
	}
  .editarticle,  .delarticle {
    display: none
  }
	.postcon blockquote{
		padding: 10px 10px 10px 24px;
	}
	.postcon blockquote:before{
		font-size: 40px;
    top: 10px;
    left: 5px;
	}
  .article .info span {
    margin-right: 10px
  }

  .intro {
    padding: 10px 20px
  }

  .paging {
    margin: 20px 0 50px;
    padding: 20px 0 0;
    border-top: 1px solid #ebebeb;
    overflow: hidden
  }

  .paging .prepage {
    width: 100%;
    float: none;
    margin: 0 0 20px
  }

  .paging .nextpage {
    width: 100%;
    float: none;
    text-align: left
  }

  .paging p {
    margin-top: 10px
  }

  .paging p a {
    font-size: 16px;
    color: #333;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: inherit;
    overflow: hidden
  }

  .relates li {
    width: 50%
  }

  .comment {
    margin-top: 0;
    padding: 20px 0 0
  }

  .cmtsubmit span {
    display: none
  }

  .friendlink {
    width: 723px
  }

  .errorpage {
    width: auto
  }

  .errorpage .schtxt {
    width: 60%;
    float: none
  }

  a.backtotop {
    width: 36px;
    height: 36px;
    margin: auto;
    line-height: 38px;
    right: 20px;
    bottom: 20px;
    left: auto
  }

  a.backtotop i:after {
    font-size: 26px
  }

  .usermenu {
    width: auto;
    float: none;
    margin: 0 0 20px;
    padding: 0;
    font-size: 0;
    display: block
  }

  .usermenu li {
    display: inline-block
  }

  .usermenu li.on a {
    border: 0;
    border-bottom: 2px solid #3f72af;
    background: none
  }

  .usermenu li a {
    margin: 0;
    padding: 0 10px;
    border-bottom: 2px solid transparent;
    border-left: 0
  }

  .usermenu li a:hover {
    border-top: 1px solid transparent;
    border-bottom: 2px solid transparent;
    background: none
  }

  .usermenu li a i {
    margin: 0 5px 0 0
  }

  .userframe {
    width: auto;
    margin: 0 0 30px
  }

  .frametitle {
    padding: 10px 15px
  }

  .frametitle h3 {
    font-size: 16px
  }

  .framemain {
    padding: 10px 15px
  }
}

@media screen and (max-width:760px) {
  .box {
    width: auto
  }

  .head {
    width: auto
  }

  .logo {
    margin-left: 10px
  }

  .menu {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    border-top: 1px solid #ebebeb;
    display: none
  }

  .menu ul {
    width: 100%;
    margin: 0 0 10px;
    border-left: 0
  }

  .menu li {
    width: 100%;
    color: #ddd;
    line-height: 40px;
    border-bottom: 1px solid #ebebeb;
    border-right: 0;
    background: #f8f8f8
  }

  .menu li a {
    font-size: 16px;
    color: #333;
    text-indent: 10px;
    border: 0;
    display: block
  }

  .menu li.subcate:hover .subnav {
    display: none
  }

  .menu li.subcate.show .subnav {
    width: 100%;
    text-align: center;
    display: block
  }

  .menu li.subcate.show .subnav a:before {
    width: auto;
    margin-left: -15px
  }

  .menu li.on a {
    color: #fff
  }

  .menu.on {
    display: block
  }

  .menuico {
    margin-right: 10px;
    display: inline
  }

  .search {
    right: 15%
  }

  .userinfo {
    display: none
  }

  .content {
    width: 100%
  }

  .cmtimg {
    display: none
  }

  .cmtsitem {
    padding: 15px 0
  }

  .cmtsitem .avatar {
    width: 38px;
    height: 38px
  }

  .cmtsitem .avatar img {
    width: 38px;
    height: 38px
  }

  .cmtscon {
    margin-left: 50px
  }

  .cmtshead {
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    clear: both
  }

  .cmtshead:after {
    content: "";
    display: block;
    clear: both
  }

  .cmtsname {
    width: 100%;
    float: left;
    display: inline
  }

  .cmtsdate {
    float: left;
    display: inline
  }

  .cmtsbody,  .cmtsreply {
    margin-left: -50px
  }

  .cmtsfoot {
    margin-left: -50px;
    text-align: right
  }

  .cmtarea {
    padding: 0
  }

  .cmtform p {
    width: 100%
  }

  .cmtform input {
    width: 60%
  }

  .cmtform #inpVerify {
    width: 30%
  }

  .cmtform img {
    width: 30%;
    margin: 0
  }

  .cmtsubmit {
    text-align: center
  }

  .cmtsubmit button {
    width: 100%;
    height: 40px;
    margin: 0 0 10px 0
  }

  .reply-frm {
    margin-left: -50px
  }

  .sidebar,  .cata {
    display: none
  }

  .friendlink {
    width: auto;
    margin: 0 10px 20px;
		display:none;
  }

  .friendlink .wrap {
    padding: 20px 18px
  }

  .friendlink h5 {
    height: 20px;
    float: none;
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 18px;
    border-left: 3px solid #3f72af;
    display: inline-block
  }

  .friendlink ul {
    padding: 0;
    line-height: 18px
  }

  .friendlink ul li {
    margin: 0 10px 10px 0;
    padding: 0;
    line-height: 22px
  }

  .friendlink ul li a {
    padding: 0 10px;
    border: 1px solid #ebebeb;
    border-radius: 2px
  }

  .friendlink.mhide {
    display: none
  }

  .centerheadimg,  .fansatten {
    display: none
  }

  .centeruserinfo {
    margin: 0 20px;
    padding: 0
  }
	
	/* 移动端商品推荐块样式 */
	.tuijian{
		position: relative;
    min-height: 164px;
	}
	.tuijian>div a{
		position: absolute;
    left: 16px;
    top: 116px;
	}
	
}

@media screen and (max-width:450px) {
  .search .txt {
    width: 70px
  }

  .newscon ul li a {
    width: 100%
  }

  .msgimg {
    display: none
  }

  .msgtxtbogy {
    margin: 0
  }

  .msgarticle .msgtxt .msgtxtbogy {
    margin: 0
  }

  .postimg {
    width: 100%;
    float: none;
    margin: 0 0 10px 0;
    background: #f8f8f8;
    display: inline-block
  }

  .postimg img {
    width: 100%;
    min-height: 180px
  }

  .postintro {
    height: auto;
    margin: 0
  }

  .postinfo {
    display: none
  }

  .sidebar {
    display: none
  }

  .msgtxt .msgname span {
    display: none
  }

  .friendlink {
    width: auto;
    margin: 0 10px 20px
  }

  .loginform .logintext {
    width: 190px
  }

  .loginform .logintext.half {
    width: 70px
  }

  .usermenu li a i,  .userinfo,  .mycmtimg,  .mce-tinymce .mce-toolbar-grp,  .singlecate,  .msgname span {
    display: none
  }

  .myarticle .viewnum,  .myarticle .cmtnum,  .myarticle .catelink {
    display: none
  }

  .myarticle .postintro {
    padding: 0;
    border: 0
  }

  .mycmtinfo {
    margin: 0 0 20px 0
  }

  .mycmtinfo:before,  .mycmtinfo:after {
    display: none
  }

  .mycmtinfo h3 {
    padding: 0 10px
  }

  .mycmtcon {
    padding: 20px 10px
  }

  .mycmtdate {
    padding: 0 10px
  }

  .nocmt {
    background-size: cover
  }
}

.baijia-toyean-3 {
  width: 1.4px;
}

#toyean-wrapper-58:before {
  content: "-16.2";
}